-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Tailwind v3 #63
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added PR to maybe add back "current" options in tailwindlabs/tailwindcss#6357
Tailwind is using the term "arbitrary values" in its v3 documentation. To stay consistent, I need to name them arbitrary values as well.
Bundle size with
I'll soon need a new strategy on how to reduce bundle size. Maybe I should use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From Tailwind release:
Tailwind CSS v3.0 is here — bringing incredible performance gains, huge workflow improvements, and a seriously ridiculous number of new features.
Read the announcement post for all the details.
Added
aspect-ratio
utilities (#5359)column
utilities (#5457)break-before
,break-inside
andbreak-after
utilities (#5530)text-indent
utilities (#5449)text-decoration-{color/style/thickness/offset}
utilities (#5760, #6004)outline-style
,outline-color
,outline-width
andoutline-offset
utilities (#5887)align-sub
andalign-super
vertical-align utilities (#5486)accent-color
utilities (#5387)scroll-snap
utilities (#5637)scroll-behavior
utilities (#5388)touch-action
utilities (#5603, #6115)flex-basis
utilities (#5671)grow-*
andshrink-*
utilities, deprecateflex-grow-*
andflex-shrink-*
(#5733)border-x
andborder-y
width and color utilities (#5639)border-hidden
utility (#5485)overflow-clip
,overflow-x-clip
andoverflow-y-clip
utilities (#5630)inherit
to default color palette (#5597)fill-*
andstroke-*
utilities (#5933)fit-content
values formin/max-width/height
utilities (#5638)min/max-content
values formin/max-height
utilities (#5729)will-change
utilities (#5448)cursor-*
values by default (#5734)print
variant for targeting printed media (#5885)placeholder
variant (#6106)file
variant for::file-selector-button
pseudo element (#4936)[open]
variant (#5627)portrait
andlandscape
variants (#6046)menu
reset to preflight (#6213)addVariant
API (#5809)Changed
overflow-clip
totext-clip
andoverflow-ellipsis
totext-ellipsis
(#5630)decoration-slice
anddecoration-break
in favorbox-decoration-slice
andbox-decoration-break
(#6004)vertical-align
values to config file instead of hard-coding (#5487)@apply
thegroup
class (#4666)modern-normalize
, inline and consolidate with Preflight (#5358)prefix
as a function (#5829)